-- card: 8645 from stack: in. -- bmap block id: 0 -- flags: 4000 -- background id: 8954 -- name: 7 ----- HyperTalk script ----- on mouseUp if the mouseLoc is within "4,5,134,68" then set visible of fld "Vertex" to NOT visible of fld "Vertex" end if if the mouseLoc is within "4,65,134,146" then set visible of fld "Variables" to NOT visible of fld "Variables" end if end mouseUp